LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Contains Method (DictionaryWithEvents<TKey,TValue>)

Show in webframe






The item to locate in the IDictionary.
Determines whether the IDictionary contains an element with the specified item.
Syntax
public bool Contains( 
   KeyValuePair<TKey,TValue> item
)
'Declaration
 
Public Function Contains( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
Dim value As Boolean
 
value = instance.Contains(item)

            

            
public: bool Contains( 
   KeyValuePair<TKey*,TValue*> item
) 
public:
bool Contains( 
   KeyValuePair<TKey*,TValue*> item
) 

Parameters

item
The item to locate in the IDictionary.

Return Value

true if the IDictionary contains an item with the specified key; otherwise, false.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.